home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 1 / Amiga Tools.iso / egs-tools / egs_demo-version / egs_devels / compilers / dice / egs / proto / egsgfx.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-06-06  |  2.0 KB  |  61 lines

  1.  
  2. /*
  3.  * ram:Dice/egsgfx.h
  4.  *
  5.  *  MACHINE GENERATED WITH FDTOPRAGMA
  6.  */
  7.  
  8. #ifndef EGSGfxBase_INLINE
  9. #define EGSGfxBase_INLINE
  10.  
  11. #include <egs/clib/egsgfx_protos.h>
  12.  
  13. #ifdef __DICE_INLINE
  14. #ifndef EGSGfxBase_DECLARED
  15. extern struct Library *EGSGfxBase;
  16. #endif
  17.  
  18.  
  19.  
  20. #pragma libcall EGSGfxBase EG_SetAPen 1e 8002
  21. #pragma libcall EGSGfxBase EG_SetBPen 24 8002
  22. #pragma libcall EGSGfxBase EG_SetDrMd 2a 8002
  23. #pragma libcall EGSGfxBase EG_Move 30 80103
  24. #pragma libcall EGSGfxBase EG_WritePixel 36 80103
  25. #pragma libcall EGSGfxBase EG_ReadPixel 3c 80103
  26. #pragma libcall EGSGfxBase EG_Draw 42 80103
  27. #pragma libcall EGSGfxBase EG_Curve 48 801234507
  28. #pragma libcall EGSGfxBase EG_Text 4e 89003
  29. #pragma libcall EGSGfxBase EG_RectFill 54 8012305
  30. #pragma libcall EGSGfxBase EG_CopyBitMapRastPort 5a 8901234508
  31. #pragma libcall EGSGfxBase EG_ScrollRaster 60 801234507
  32. #pragma libcall EGSGfxBase EG_FillMask 66 890104
  33. #pragma libcall EGSGfxBase EG_AreaCircle 6c 801204
  34. #pragma libcall EGSGfxBase EG_AreaMove 72 80103
  35. #pragma libcall EGSGfxBase EG_AreaDraw 78 80103
  36. #pragma libcall EGSGfxBase EG_AreaEnd 7e 801
  37. #pragma libcall EGSGfxBase EG_AreaCurve 84 801234507
  38. #pragma libcall EGSGfxBase EG_InitArea 8a 89003
  39. #pragma libcall EGSGfxBase EG_OpenFont 90 801
  40. #pragma libcall EGSGfxBase EG_CloseFont 96 801
  41. #pragma libcall EGSGfxBase EG_StdFont 9c 00
  42. #pragma libcall EGSGfxBase EG_InstallClipRegion a2 8902
  43. #pragma libcall EGSGfxBase EG_RemoveClipRegion a8 801
  44. #pragma libcall EGSGfxBase EG_CreateRastPort ae 89a03
  45. #pragma libcall EGSGfxBase EG_DeleteRastPort b4 801
  46. #pragma libcall EGSGfxBase EG_SetFont ba 8902
  47. #pragma libcall EGSGfxBase EG_SetSoftStyle c0 80103
  48. #pragma libcall EGSGfxBase EG_Ellipse c6 8012305
  49. #pragma libcall EGSGfxBase EG_SetMask cc 8002
  50. #pragma libcall EGSGfxBase EG_TextLength d2 89003
  51. #pragma libcall EGSGfxBase EG_Flood d8 801204
  52. #pragma libcall EGSGfxBase EG_CopyRectangle de 8901234508
  53. #pragma libcall EGSGfxBase EG_FillMaskSeg e4 8901234508
  54. #pragma libcall EGSGfxBase EG_CurveL ea 801234507
  55. #pragma libcall EGSGfxBase EG_AreaCurveL f0 801234507
  56.  
  57. #endif
  58.  
  59. #endif
  60.  
  61.